home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms_w / myirc077.zip / MYIRC.CFG < prev    next >
Text File  |  1994-05-21  |  2KB  |  58 lines

  1. # NOTE: I'll admit it! My file reading routines are CRUDDY!!
  2. # dont try and do anything silly! I get scared!!
  3. # At this stage I am not doing string size checking, so BIG strings could
  4. # cause failures :-(
  5.  
  6. # <- is a comment (must be 1st char on a line)
  7.  
  8. # nick!id@<server> (info)
  9.  
  10. nick Milo
  11. #nick Alicia
  12. id C9037574
  13. #id ajohnson
  14. info A one sided love is just a fantasy
  15. #info Just little me
  16.  
  17. # modem = <speed><parity><data bits><stop bits>
  18. #               if left free, opens port to its current settings
  19.  
  20. modem 38400N81
  21.  
  22. # rts_cts_flowctrl (1 = use hardware flowctrl 0=dont,
  23. #                                       Use above 2400 bps PLEASE!)
  24.  
  25. rts_cts_flowctrl 1
  26.  
  27. # rxbuf <bytes> (Size of async receive buffer. Bigger the better! Min 4096
  28. #                                bytes. If you use the pause key with 14.4k bps etc, set to
  29. #                                16384 etc, to prevent modem overflow at high speeds.)
  30.  
  31. rxbuf 16384
  32.  
  33. # size of scroll back in K
  34. capture 203
  35.  
  36. # Time correction factor from GMT. Need for correct /whois and /topic
  37. # displays. Is in hours +/- GMT.
  38.  
  39. time 14
  40.  
  41. # Com port to use
  42. # Default is 0x2f8 (Com2)
  43. # Com1=0x3f8, Com2=0x2f8, Com3=0x3e8, Com4=0x2e8
  44. #comport 0x2f8
  45.  
  46. # ** normally these DONT need to be entered, unless you use a non-
  47. # ** standard com-port!!
  48. # If you wish to change the com ports irq and vector.. do so like this
  49. # comirq <irq>
  50. # irq3=0x08, irq4=0x10
  51. # comvctr <vctr>
  52.  
  53. # comp and ver parameters no longer exist..
  54.  
  55. # what script to auto-load after registering.
  56.  
  57. script myirc.irc
  58.